ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MapLayerBase<T> Class / OnClientItemsSourceChanged Property

In This Topic
    OnClientItemsSourceChanged Property (MapLayerBase<T>)
    In This Topic
    Occurs after the layer has been bound to a new items source.
    Syntax
    'Declaration
     
    Public Property OnClientItemsSourceChanged As String
    public string OnClientItemsSourceChanged {get; set;}
    See Also